Skip to main content
Version: 2.x.x

CommandQueueOptions


import { CommandQueueOptions } from "@hyper-fetch/core"

Description

Defined in command/command.types.ts:240

Preview

type CommandQueueOptions = {
dispatcherType: auto | fetch | submit;
}

Structure

{
dispatcherType: auto | fetch | submit;
}